From 29395fa9efd8acee2ea5bb780f6928b97f6d35ee Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 6 Jul 2005 08:47:34 +0000 Subject: [PATCH] Shell scripts aren't very strippable and some versions of install get very unhappy if you try to. Signed-off-by: Jeremy Katz --- tools/ioemu/target-i386-dm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ioemu/target-i386-dm/Makefile b/tools/ioemu/target-i386-dm/Makefile index c99bdb6f48..dce779d2db 100644 --- a/tools/ioemu/target-i386-dm/Makefile +++ b/tools/ioemu/target-i386-dm/Makefile @@ -385,7 +385,7 @@ install: all if [ ! -d $(INSTALL_DIR) ];then mkdir -p $(INSTALL_DIR);fi if [ ! -d $(DESTDIR)$(configdir) ];then mkdir -p $(DESTDIR)$(configdir);fi install -m 755 -s $(PROGS) "$(INSTALL_DIR)" - install -m 755 -s qemu-dm.debug "$(INSTALL_DIR)" + install -m 755 qemu-dm.debug "$(INSTALL_DIR)" install -m 755 qemu-ifup "$(DESTDIR)$(configdir)" gunzip -c qemu-vgaram-bin.gz >qemu-vgaram-bin install -m 755 qemu-vgaram-bin "$(DESTDIR)$(configdir)" -- 2.30.2